home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / MT2ToolKit 1.0b1 / NewItems.Help < prev    next >
Text File  |  1995-10-14  |  3KB  |  73 lines

  1. NewItems for MPW Help Summaries
  2. MT2ToolKit, version 1.0b1
  3. (C) Copyright by Michael Trofimov, 10.09.95. 
  4.  
  5. These new items displayed by Italic in Edit and Find menus.
  6.  
  7.  • Signature                 # (in Edit menu) -- type user copyright 
  8.                              # in the selection :
  9.     (C) Copyright by <UserName>, <date>. 
  10.     
  11.  • Pascal menu                             # (in Edit menu) -- add Pascal menu 
  12.                                          # and reject this item from Edit menu
  13.     Help PascalMenu -f "{MPW}"MT2ToolKit:NewItems.Help      # enter this command for more info            
  14.     
  15.  • Rotate Windows          # (in Find menu) -- RotateWindows MPW 
  16.                            # command: "send active window to back"
  17.     Help RotateWindows  # enter this command for more info 
  18. -
  19. PascalMenu                     # new script -- add Pascal menu with Pascal oriented items :
  20.               
  21.  • Check syntax             # check Pascal syntax in active/target window 
  22.                              # (new script CheckPasSyntax)    
  23.  
  24.  • Match delimiters         # Match delimiters in active window 
  25.     Help MatchIt            # enter this command for more info                          
  26.  
  27.  • Mark source                # Mark procedure/function names in active/target 
  28.                             # window (new script markSour2)
  29.     Help ProcNames Browser     # enter this command for more info
  30.     
  31.  • Add %%-marker            # add comment {%%} in selection to mark this place
  32.                              # of source text
  33.     Help NextMarker PredMarker -f "{MPW}"MT2ToolKit:NewItems.Help # enter this command for more info
  34.  
  35.  • Trivial                    # generate Pascal source from resource description file 
  36.     Help Trivial -f "{MPW}"MT2ToolKit:NewItems.Help # enter this command for more info
  37.  
  38.  • Generate array            # generate pattern for array initialization
  39.  
  40.  • Paste data                # replace %%-markers with values from data file in active window
  41.  
  42.  • Delete the menu            # Delete Pascal menu and add 'Pascal menu' item to
  43.                             # Edit menu
  44. -
  45. NextMarker     # (menu item only, not a command!) -- new item enabled in Edit
  46.             # menu after Pascal menu had been added
  47.  • Next %%-marker # find next {%%} comment in active window
  48. PredMarker     # (menu item only, not a command!) -- new item enabled in Edit
  49.             # menu after Pascal menu had been added
  50.  • Pred %%-marker # find pred. {%%} comment in active window
  51. -
  52. AddMarker     # (help-keyword only, not a command!) -- an item of Pascal menu :
  53.  • Add %%-marker            # add comment {%%} in selection to mark this place
  54.                              # of source text
  55. -
  56. Trivial         # generate Pascal source code from resource description file
  57. Trivial inputFile [option…]
  58.      -a            # write procedures for alerts
  59.     -c            # don't create Canon dictionary file
  60.      -d            # write procedures for dialogs
  61.     -h            # don't write program heading
  62.      -i            # write procedures for items list
  63.      -l            # write MainLoop & Init procedures (pattern: MainLoop.Trivial)
  64.      -m            # write procedures for menu (patterns: 'MakeMenu.Trivial' and
  65.                 #                                        'MenuComm.Trivial')
  66.      -n            # write constants' part only
  67.      -w            # write procedure to open new window
  68.      -p            # write version information to diagnostic output
  69.      -r type        # used for code generation only resources of listed type(s)
  70.      -s type     # skip listed type(s) 
  71. -
  72.